home *** CD-ROM | disk | FTP | other *** search
Makefile | 1997-02-26 | 772 b | 29 lines | [TEXT/MPS ] |
- ## modify the location of this folder to match your system
-
- obj = "{Boot}Objects:"
-
- ##
-
- Roptions =
- PPCOptions = -warnings off -appleext on
-
- MWPPCLibs = ∂
- {MWPPCLibraries}InterfaceLib ∂
- {MWPPCLibraries}QuickTimeInterfacesLib
-
- RawFakerPPC ƒ {obj}RawFakerCodecPPC
-
- ############## Power PC ##################
-
- {obj}RawFakerCodecPPC ƒ makefile rawFakerCodec.r {obj}rawFakerCodecD.pef
- Rez {ROptions} -o {targ} -c 'appl' -t 'thng' rawFakerCodec.r -d POWERPC_NATIVE=1 ∂
- -d DECOPPC=∂"{obj}rawFakerCodecD.pef∂"
-
- {obj}rawFakerCodecD.pef ƒ makefile {obj}rawFakerCodecD.c.x
- MWLinkPPC -main "Dispatcher" -o {targ} {obj}rawFakerCodecD.c.x {MWPPCLibs}
-
- {obj}rawFakerCodecD.c.x ƒ makefile rawFakerCodec.c
- MWCPPC rawFakerCodec.c {PPCOptions} ∂
- -d POWERPC_NATIVE=1 ∂
- -o {targ}
-